projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab05fa
)
(Symbol Plists): Mention return value of `setplist'.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 3 Nov 2003 20:28:47 +0000
(20:28 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 3 Nov 2003 20:28:47 +0000
(20:28 +0000)
lispref/symbols.texi
patch
|
blob
|
history
diff --git
a/lispref/symbols.texi
b/lispref/symbols.texi
index 6542d4b3d9f76ba20144c26b3bf7932f771b1a66..6cde2115259d46353e16a8f0b37bc66513155590 100644
(file)
--- a/
lispref/symbols.texi
+++ b/
lispref/symbols.texi
@@
-475,7
+475,7
@@
This function returns the property list of @var{symbol}.
@defun setplist symbol plist
This function sets @var{symbol}'s property list to @var{plist}.
Normally, @var{plist} should be a well-formed property list, but this is
-not enforced.
+not enforced.
The return value is @var{plist}.
@smallexample
(setplist 'foo '(a 1 b (2 3) c nil))